# Create an Editor Deep Link ### Authorization This endpoint requires an authorization header. Pass the access token from the [OAuth installation flow](https://dev.wix.com/api/rest/getting-started/authentication).
POST https://www.wixapis.com/apps/v1/post-installation/editor-deep-link ### Body Params Name | Type | Description ---------|----------|--------- **customParams** | object |Array of key-value pairs | **key** | string | | **value** | string | ### Response Object Name | Type | Description ---------|----------|--------- **url** | URL | Deep Link URL ### Example #### Request ```CURL Curl -X POST \ https://www.wixapis.com/apps/v1/post-installation/editor-deep-link \ -H 'Authorization:Permissions
This endpoint requires the Manage Your App permission scope.